You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxInt Class > TMtxInt Methods > TMtxInt.ColPermute Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxInt.ColPermute Method

Permute the columns of the Src matrix.

Syntax
C#
Visual Basic
public TMtxInt ColPermute([In] TMtxInt Src, [In] TVecInt PermuteIdx);

The parameter PermuteIdx contains indexes of columns P[i] to which column at Index "i" is to be moved. The result of the permutation is stored in the calling matrix. Only entire matrix can be copied.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!